[PATCH v3 4/7] math: Fix isnanf128 static build
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 2 Apr 2024 14:06:41 +0000 (11:06 -0300)
committerAurelien Jarno <aurel32@debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
commitcb84b078b470a0fff7e2875e6b8d6bb962455002
treea703adf159b51d37e67c9ff811d083298f10e523
parent545413382d08ac6698dd708910e4074ff3ad2936
[PATCH v3 4/7] math: Fix isnanf128 static build

Message-Id: <20240402140644.2172819-5-adhemerval.zanella@linaro.org>

Some static implementation of float128 routines might call __isnanf128,
which is not provided by the static object.

Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name submitted-static-isnanf128.diff
sysdeps/ieee754/float128/float128_private.h
sysdeps/ieee754/float128/s_isnanf128.c